body {
    margin: 0;
    padding: 0;
    background-image: url(/Bilder/Schnee-Berg-3.jpg);
    position: fixed; 
    top: 0; 
    left: 0; 
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

body {
    color: white; 
    font-family:  Arial, Helvetica, sans-serif;
}

a {
    color: white;
}

a:hover {
    color: black;
}

.Wilkommen {
    display: flex;
    justify-content: center;
}

.Spielplatz {
    display: flex;
    justify-content: center;

}

.Snake{
    width: 14rem;
    margin-left: auto;
    margin-right: auto;
}

.Bewerbung {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}